projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bdd55b
)
libxl: fix missing include of <signal.h>
author
Christoph Egger
<Christoph.Egger@amd.com>
Tue, 11 Jan 2011 18:44:41 +0000
(18:44 +0000)
committer
Christoph Egger
<Christoph.Egger@amd.com>
Tue, 11 Jan 2011 18:44:41 +0000
(18:44 +0000)
libxl_dm.c:713: warning: implicit declaration of function 'kill'
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_dm.c
patch
|
blob
|
history
diff --git
a/tools/libxl/libxl_dm.c
b/tools/libxl/libxl_dm.c
index cffec4b5153ff56746049fd200b9efcdcc8da1bc..6a34dcd4f159d2616e0dfb4a10ed22a3a27dafa5 100644
(file)
--- a/
tools/libxl/libxl_dm.c
+++ b/
tools/libxl/libxl_dm.c
@@
-20,6
+20,7
@@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
+#include <signal.h>
#include <unistd.h>
#include <fcntl.h>
#include "libxl_utils.h"